Skip to content

Conversation

@selenium-ci
Copy link
Member

@selenium-ci selenium-ci commented Jun 12, 2025

User description

This is an automated pull request to update pinned browsers and drivers

Merge after verify the new browser versions properly passing the tests and no bugs need to be filed


PR Type

Other


Description

• Update Firefox beta version from 140.0b7 to 140.0b8
• Update SHA256 checksums for Linux and macOS builds
• Automated browser version maintenance update


Changes walkthrough 📝

Relevant files
Configuration changes
repositories.bzl
Firefox beta version update                                                           

common/repositories.bzl

• Updated Firefox beta version from 140.0b7 to 140.0b8
• Updated
SHA256 checksums for Linux x86_64 build
• Updated SHA256 checksums for
macOS build
• Updated download URLs for both platforms

+4/-4     

Need help?
  • Type /help how to ... in the comments thread for any questions about Qodo Merge usage.
  • Check out the documentation for more information.
  • @selenium-ci selenium-ci added the B-build Includes scripting, bazel and CI integrations label Jun 12, 2025
    @qodo-merge-pro
    Copy link
    Contributor

    PR Reviewer Guide 🔍

    Here are some key observations to aid the review process:

    ⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
    🧪 No relevant tests
    🔒 No security concerns identified
    ⚡ Recommended focus areas for review

    Checksum Validation

    The SHA256 checksums for both Linux and macOS Firefox builds have been updated. These checksums should be verified against the actual downloaded files to ensure integrity and prevent potential security issues from corrupted or tampered downloads.

            sha256 = "1fa8bcb1e242ffbad091b3ee7067ece582d34508db394e656832ab07b058e96e",
            build_file_content = """
    load("@aspect_rules_js//js:defs.bzl", "js_library")
    package(default_visibility = ["//visibility:public"])
    
    filegroup(
        name = "files",
        srcs = glob(["**/*"]),
    )
    
    exports_files(["firefox/firefox"])
    
    js_library(
        name = "firefox-js",
        data = [":files"],
    )
    """,
        )
    
        dmg_archive(
            name = "mac_beta_firefox",
            url = "https://ftp.mozilla.org/pub/firefox/releases/140.0b8/mac/en-US/Firefox%20140.0b8.dmg",
            sha256 = "7e648f5e0305a6abedb698ea5b29971cd1eb58225b998baa85a82d94bcf75342",

    @qodo-merge-pro
    Copy link
    Contributor

    qodo-merge-pro bot commented Jun 12, 2025

    PR Code Suggestions ✨

    No code suggestions found for the PR.

    @diemol diemol merged commit d8b02c6 into trunk Jun 12, 2025
    4 checks passed
    @diemol diemol deleted the pinned-browser-updates branch June 12, 2025 12:00
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

    Labels

    B-build Includes scripting, bazel and CI integrations Review effort 1/5

    Projects

    None yet

    Development

    Successfully merging this pull request may close these issues.

    3 participants